home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / src / gdb-4.12 / sim / sh / changelo next >
Encoding:
Text File  |  1994-02-03  |  2.6 KB  |  79 lines

  1. Mon Nov 15 14:37:18 1993  Steve Chamberlain  (sac@jonny.cygnus.com)
  2.  
  3.     * gencode.c: mova uses aligned addresses
  4.     * interp.c (trap): Return results in r0.
  5.  
  6. Tue Oct 26 10:38:55 1993  Doug Evans  (dje@canuck.cygnus.com)
  7.  
  8.     * Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdb
  9.     * interp.c: #include "remote-sim.h".
  10.     (sim_resume): int result, new arg `siggnal'.
  11.     (sim_write): Use SIM_ADDR for type of arg `addr'.
  12.     (sim_read): Use SIM_ADDR for type of arg `addr'.
  13.     Use unsigned char * for `buffer'.
  14.     (sim_store_register): int result.
  15.     (sim_fetch_register): Ditto.
  16.     (sim_stop_reason): Renamed from sim_stop_signal.  New arg `reason'.
  17.     (sim_set_pc): int result, use SIM_ADDR for type of arg `x'.
  18.     (sim_info): int result, new args `verbose', `printf_fn'.
  19.     (sim_kill): int result.
  20.     (sim_open): int result, new arg `name'.
  21.     * run.c: #include <stdio.h>
  22.     (main): Update call to sim_info.
  23.  
  24. Sat Oct 23 15:09:29 1993  Doug Evans  (dje@canuck.cygnus.com)
  25.  
  26.     * interp.c (sim_stop_signal): Result is now enum sim_stop.
  27.  
  28. Fri Oct  8 10:47:09 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
  29.  
  30.     * gencode.c (table): Becomes unsigned.
  31.     * interp.c (trap): Get right breakpoint SIGnum. (sim_write,
  32.     sim_read): Return number of bytes copied.  (sim_store_register):
  33.     Value passed by reference. (sim_kill, sim_open, sim_set_args): New functions.
  34.  
  35. Tue Sep  7 16:24:13 1993  Stan Shebs  (shebs@rtl.cygnus.com)
  36.  
  37.     * interp.c (sim_info): Fix small typo in printf string.
  38.  
  39. Thu Aug  5 11:37:48 1993  Stan Shebs  (shebs@rtl.cygnus.com)
  40.  
  41.     * interp.c (sim_resume): Set memory after pointers inited.
  42.  
  43. Mon Aug  2 14:13:22 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
  44.  
  45.     * interp.c (get_now): Use time system call.
  46.     * Makefile.in: install correctly.
  47.  
  48. Tue Jul  6 10:30:46 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
  49.  
  50.     * run.c (main), interp.c (sim_set_timeout): Remove timeout
  51.     functionality.
  52.  
  53. Thu Jun 24 13:29:57 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
  54.  
  55.     * Makefile.in: don't run indent everytime; also add a space in the
  56.     includes 
  57.  
  58. Thu Jun 17 18:30:42 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
  59.  
  60.     * gencode.c: Fix some opcodes.
  61.     * interp.c: Support for profiling and portability fixes.
  62.     * run.c (main): Get profiling args.
  63.  
  64. Wed May  5 13:17:22 1993  Steve Chamberlain  (sac@cygnus.com)
  65.  
  66.     * gencode.c (tab): Lint for sgi compiler
  67.     * interp.c: Lint for sgi compiler.
  68.  
  69. Mon May  3 15:25:33 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
  70.  
  71.     * run.c (main): Support for resizing simulated RAM.    
  72.     * Makefile.in: Support for broken makes.
  73.     * interp.c, gencode.c: Lint.
  74.  
  75. Mon Apr 26 18:01:10 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
  76.  
  77.     * created
  78.  
  79.